home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Utilities / TGZ / tgz.doc < prev    next >
Encoding:
Text File  |  1997-09-23  |  2.9 KB  |  84 lines

  1. TGZ (Documentation) - English - $VER: TGZ.DOC 1.1 (23.09.1997)
  2.  
  3. Copyright
  4. ---------
  5.  
  6. This program is set to FREEWARE.  The usage is for free, except nazis, etc.,
  7. but that's something you already know ;-)  Everbody can use this program and
  8. do with it, what he desires - but the contents of the program nor the manual
  9. for changing of manipulating or even selling is prohibited.
  10.  
  11. The integrated programs in this package "TAR", "GZIP" and "UnTGZ" are set to
  12. Freeware or public domain,   so there would be no complications to integrate
  13. them in this package, I think.  Only I have right to are the program TGZ and
  14. the manual of TGZ (in german and english).  The copyright is reserved to me.
  15. So (c) 1997 Finn Jacobs.
  16. The program UnTGZ was written by Oliver  Wagner.    Is there something wrong
  17. with it or something to add,  please contact him for further information and
  18. service.
  19.  
  20. Usage
  21. -----
  22.  
  23. The program can be called like this:
  24.  
  25.     TGZ <archivefile> <directory> [<file1>,<file2>,<file3>,...]
  26.  
  27. if you added the 'archivefile',   you had to add a file- or a directoryname.
  28. ofcoz'  you can add some  files in addition to integrate them in the archiv.
  29. To get the usage-message, call TGZ without any parameters,  so there can be
  30. all questions be answered.
  31.  
  32. Error, damages, bugs, etc.
  33. --------------------------
  34.  
  35. Known:        n/a
  36. not-known:    n/a
  37.  
  38.         (you noticed something or you have something to add,
  39.          please contact me via email.)
  40.  
  41. Notices:
  42. --------
  43.  
  44. This program is not a real archiver or packer. It is only for people like me
  45. who are very lousy on writing two commands in a shell to tar a directory and
  46. to pack the created file with gzip. This program is exactly this simple task
  47. to tar and gzip.  It executes the tar and the gzip command in the path (usu-
  48. ally in the c: assignment) and that was it.
  49.  
  50. Author
  51. ------
  52.  
  53. Are there problems with TGZ or have something useful to add, you can contact
  54. me via :
  55.  
  56.     Finn Jacobs
  57.     Meimersdorfer Weg 118
  58.     24145 Kiel
  59.     Tel.: ++49(0) 431-xxxxxx    (nope! not this time *grine*)
  60.     email: fjacobs@computerlabor.math.uni-kiel.de  (add TGZ at subject).
  61.  
  62. History
  63. -------
  64.  
  65.   v1.0 - o first release in aminet was a simple script.
  66.          o script only for shell useful
  67.   v1.1 - o totally rewritten in Ansi C
  68.          o limitation of parameters removed.
  69.   v1.2 - o the internal string set to 256 chars instead of 2048,
  70.            to avoid stack problems.
  71.          o the output text was not successfully written in english.
  72.          o in the last package I forget to copy the actual version
  73.            of untgz 1.5 from Oliver Wagner.
  74.  
  75. Future
  76. ------
  77.  
  78. As  I added the source-code to  TGZ,  everyone can change the inside-text to
  79. the language he desires.  Due this I am not thinking of changing the text to
  80. german language. In fact anyone wants me to publish a german version, I will
  81. do this ofcourse (mail me via email or take the slow way via snailmail). Now
  82. it is only my lazyness to publish only an english version.
  83.  
  84.